home *** CD-ROM | disk | FTP | other *** search
/ Serving Financial Service…olutions Suite 1994 Fall / Serving Financial Services Solutions Suite 1994 Fall.iso / Apps / Cube / ACADEMY.app / English.lproj / DrawInfoPanel.nib / data.classes next >
Text File  |  1994-12-14  |  332b  |  25 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. DrawInfoPanel = {
  7.     ACTIONS = {
  8.     doCancel:;
  9.     textDidChange:;
  10.     runDrawInfo:;
  11.     doOK:;
  12.     };
  13.     OUTLETS = {
  14.     text_change_author;
  15.     text_comment;
  16.     text_change_date;
  17.     text_theme;
  18.     button_ok;
  19.     text_date;
  20.     text_author;
  21.     text_title;
  22.     };
  23.     SUPERCLASS = Panel;
  24. };
  25.